-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tianmu): impl bit type, add support to create/desc table with bit type #919 #1132
feat(tianmu): impl bit type, add support to create/desc table with bit type #919 #1132
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
Codecov ReportBase: 0.00% // Head: 43.29% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## stonedb-5.7-dev #1132 +/- ##
====================================================
+ Coverage 0 43.29% +43.29%
====================================================
Files 0 1830 +1830
Lines 0 396110 +396110
====================================================
+ Hits 0 171496 +171496
- Misses 0 224614 +224614
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This pull request's title should follow requirements next. @hustjieke please check it 👇. Valid format:
Valid types:
|
566d50c
to
81dc6d2
Compare
99d9a87
to
f4405c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pull request has merge conflicts, you should resolve it before merged. @hustjieke please update it :) Try |
a680717
to
5a4e4b5
Compare
This pull request has merge conflicts, you should resolve it before merged. @hustjieke please update it :) Try |
5a4e4b5
to
38982a5
Compare
…t type stoneatom#919 [summary] 1. add support to create table with bit type 2. add support to desc/show fields with bit type table 3. currently we design bit(M) with (1 <= M <= 63), in the future we'll expand prec to 64.
[summary] 1. impl insert with mode delayed=0/1 2. impl simple select bit data from table
[summary] impl load bit, including empty space and null value, to keep the src code integrity, we add an bit parse function just like others numeric does.
[summary] 1. revert some vars renaming code to keep old style. 2. fix type cast using reinterpret_cast to avoid c-style casting. 3. add more test cases and fix some errors. 4. format code.
…..where test case on bit types stoneatom#919
38982a5
to
9fd645a
Compare
Summary about this PR
[summary]
Tests Check List
Changelog
Documentation